Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Include React 16 in peerDependencies #115

Merged
merged 1 commit into from
Oct 20, 2017
Merged

Include React 16 in peerDependencies #115

merged 1 commit into from
Oct 20, 2017

Conversation

Thorarin
Copy link
Contributor

This PR only adds React 16 to the list of allowed peer dependency versions. Without this change, users of the package are blocked from upgrading to react 16.

I've intentionally not updated the devDependencies for now, but I've updated them locally to test against the latest version. Everything seems fine; tests run and no problems or deprecation warnings inside an actual application.

@Thorarin Thorarin mentioned this pull request Oct 20, 2017
@iamdustan iamdustan merged commit 0efd702 into insin:master Oct 20, 2017
@@ -23,7 +23,7 @@
"prop-types": "^15.5.7"
},
"peerDependencies": {
"react": "^0.14.9 || ^15.3.0"
"react": "^0.14.9 || ^15.3.0 || ^16.0.0"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@iamdustan can u release this as a patch please

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants